home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 July / Enter 07 2006.iso / Internet / Serif WebPlus 6.0 / data1.cab / Serif_Reg / styles / main_styles.css
Encoding:
Cascading Style Sheet File  |  2005-07-15  |  3.0 KB  |  174 lines

  1. BODY
  2. {
  3.     MARGIN-TOP: 0px;
  4.     MARGIN-LEFT: 0px;
  5.     MARGIN-RIGHT: 0px;
  6.     BACKGROUND-COLOR: #ffffff;
  7.     overflow:hidden;
  8. }
  9.  
  10. .pageTitle {
  11.     font-family: Arial, Helvetica, sans-serif;
  12.     font-size: 16px;
  13.     color: E10000;
  14.     font-weight: bold;
  15. }
  16.  
  17. .pageSubTitle {
  18.     font-family: Arial, Helvetica, sans-serif;
  19.     font-size: 13px;
  20.     color: 000000;
  21.     font-weight: bold;
  22. }
  23.  
  24. A:visited
  25. {
  26.     COLOR: #0000d7
  27. }
  28.  
  29. A:link
  30. {
  31.     COLOR: #0000d7
  32. }
  33.  
  34. A:hover
  35. {
  36.     COLOR: #0000d7;
  37.     TEXT-DECORATION: underline
  38. }
  39.  
  40. .bodytext
  41. {
  42.     LIST-STYLE-POSITION: outside;
  43.     FONT-SIZE: 11px;
  44.     LINE-HEIGHT: 12pt;
  45.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  46.     LIST-STYLE-TYPE: square;
  47.     list-style-image: url(/Images/bullet_RedDot.gif);
  48.  
  49. }
  50.  
  51. .bodytextRed
  52. {
  53.     color: E10000;
  54.  
  55.  
  56. }
  57.  
  58. .bodyTxtBold
  59. {
  60.     FONT-WEIGHT: bold;
  61.     LIST-STYLE-POSITION: outside;
  62.     FONT-SIZE: 11px;
  63.     LINE-HEIGHT: 14pt;
  64.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  65.     LIST-STYLE-TYPE: circle
  66. }
  67.  
  68. .bodytext-sm
  69. {
  70.     LIST-STYLE-POSITION: outside;
  71.     FONT-SIZE: 10px;
  72.     LINE-HEIGHT: 11pt;
  73.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  74.     LIST-STYLE-TYPE: circle
  75. }
  76.  
  77. .breadcrumbs
  78. {
  79.     FONT-SIZE: 10px;
  80.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  81.     border-top: none;
  82.     border-right: none;
  83.     border-bottom: none;
  84.     border-left: none;
  85.     color:#8C8F98;
  86. }
  87.  
  88. .breadcrumbs a:link {
  89.     text-decoration: underline;
  90.     color: #0000D7;
  91.     }
  92. .breadcrumbs a:visited {
  93.     text-decoration: underline;
  94.     color: #0000D7;
  95.     }
  96. .breadcrumbs a:hover {
  97.     text-decoration: underline;
  98.     color: #0000D7;
  99.     }
  100. .breadcrumbs a:active {
  101.     text-decoration: underline;
  102.     color: #0000D7;
  103.     }
  104.  
  105. #borderBottom {
  106.     BORDER-BOTTOM: #bbbbbb 1px solid;
  107. }
  108. #PageBorderTop {
  109.     BORDER-Top: #808080 1px solid;
  110. }
  111. #PageBorderBottom {
  112.     BORDER-BOTTOM: #808080 1px solid;
  113. }
  114. #PageBorderLeft {
  115.     BORDER-Left: #808080 1px solid;
  116. }
  117. #PageBorderRight {
  118.     BORDER-Right: #808080 1px solid;
  119. }
  120. #PageBorderAll{
  121.     BORDER: #808080 1px solid;
  122. }
  123. #PageBorderTopBottom {
  124.     BORDER-Top: #808080 1px solid;
  125.     BORDER-Bottom: #808080 1px solid;
  126. }
  127. .downloadLink
  128. {
  129.     LIST-STYLE-POSITION: outside;
  130.     FONT-SIZE: 12px;
  131.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  132.     font-weight:bold;
  133. }
  134.  
  135. .textBox1 {
  136.     font-family: Verdana, Arial, Helvetica, sans-serif;
  137.     font-size: 11px;
  138.     background-color: #F3F3F3;
  139.     border: 1px solid #666666;
  140. }
  141.  
  142.  
  143.  
  144. .form {
  145.     font-family: Verdana, Arial, Helvetica, sans-serif;
  146.     font-size: 8pt;
  147.     font-style: normal;
  148.     font-weight: lighter;
  149.     color: #000000;
  150.     text-decoration: none;
  151.     border: 1px solid #CCCCCC;
  152.     height: 18px;
  153. }
  154.  
  155. .form:focus{
  156.     font-family: Verdana, Arial, Helvetica, sans-serif;
  157.     font-size: 8pt;
  158.     font-style: normal;
  159.     font-weight: lighter;
  160.     color: #000000;
  161.     text-decoration: none;
  162.     border: 1px solid #CCCCCC;
  163.     background-color: #FFFFDD;
  164. }
  165.  
  166.  
  167.  
  168. input {
  169.         font-family: Arial, Helvetica, sans-serif;
  170.     font-size: 12px;
  171.     color: #000000;
  172.     height: 22px
  173. }
  174.